type golang.org/x/sync/singleflight.panicError
6 uses
golang.org/x/sync/singleflight (current package)
singleflight.go#L24: type panicError struct {
singleflight.go#L30: func (p *panicError) Error() string {
singleflight.go#L34: func (p *panicError) Unwrap() error {
singleflight.go#L52: return &panicError{value: v, stack: stack}
singleflight.go#L101: if e, ok := c.err.(*panicError); ok {
singleflight.go#L163: if e, ok := c.err.(*panicError); ok {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |